Posted by FrontRunner from ts004d10.kal-mi.concentric.net (206.173.106.166) on March 27, 1999 at 02:44:12:
I was wondering if anyone knows how to compile via the
IDE about 65 files all at once?
What I mean is, I got 65 .cpp files and each one is a
complete program, so their is no dependecies. All I want
to do is tell the bloody compiler to compile all those programs
using the same libs, into 65 different programs. So far,
I can't figure out a way without entering 65 different names, and
having 65 different projects.
The 65 programs come from a ALPHA workstation, and it has a big
makefile that does exactlly that using a GNC compiler, and nmake
does NOT like that makefile, and I have not seen any examples for
what nmake format is.
Can it be done with VC++ 6.x, or do I have to go digging through all
the docs to find out the format of what nmake is looking for?